* s/aix3-2.h (LIBS_SYSTEM): Remove -lIM and -liconv from here...
authorJim Blandy <jimb@redhat.com>
Sun, 30 May 1993 20:08:16 +0000 (20:08 +0000)
committerJim Blandy <jimb@redhat.com>
Sun, 30 May 1993 20:08:16 +0000 (20:08 +0000)
* m/ibmrs6000.h (LIBS_MACHINE): They're already here.  Doc fix.

src/m/ibmrs6000.h
src/s/aix3-2.h

index 2667613bb8ff388ef4867876b03208a5830ab7e6..a135559884a09cf20d6885ff395fc178d0655f01 100644 (file)
@@ -117,7 +117,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define OBJECTS_MACHINE hftctl.o
 #define C_SWITCH_MACHINE -D_BSD
-/* cdfwz@r2d2.giss.nasa.gov says -lIM -liconv is needed.  */
+/* IBM's X11R5 use -lIM and -liconv in AIX 3.2.2.  */
 #define LIBS_MACHINE -lrts -lIM -liconv
 #define START_FILES
 #define HAVE_SYSVIPC
index e789a8a7a282d0f506dfd18ed0a2d52aab2983d0..45c64a17012390e339233300633eeb5a1c56fa17 100644 (file)
@@ -19,8 +19,3 @@
    3.2, and a cc-compiled Emacs works with this undefined.
    --karl@cs.umb.edu.  */
 #undef SYSTEM_MALLOC
-
-/*
-   IBM's X11R5 use these libraries in AIX 3.2.2.  */
-
-#define LIBS_SYSTEM -lIM -liconv